programming4us
           
 
 
Windows Server

Windows Server 2008 : Configuring DNS for nslookup, Using nslookup Without PTR Records, Using nslookup Without a Reverse Lookup Zone

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/20/2013 7:27:22 PM

1. Configuring DNS for nslookup

Although you can do some basic checking of records with nslookup , some attempts to transfer zone data will fail unless the DNS server is configured to allow zone transfers.

As an example, consider the following code listing. The ls -d pearson.pub command queries the DNS server for a listing of all records in the pearson.pub domain. However, it fails because zone transfers are not allowed to the computer where the nslookup command is issued from.

C:\>nslookupDefault Server:  dc1.pearson.pubAddress:  192.168.1.5> ls -d pearson.pub[dc1.pearson.pub]*** 
Can't list domain pearson.pub: Query refusedThe DNS server refused to transfer the zone pearson.pub to yourcomputer.
If this is incorrect, check the zone transfer securitysettings for pearson.pub on the DNS server at IP address 192.168.1.5.

Tip

The words “Query refused” are a direct indication that zone transfers aren’t allowed for this computer.


You can resolve this issue by adding the computer to the list of servers where zone transfers are allowed. Figure 1 shows the screen where you can add a computer to this list. In the figure, a computer named win7pcg has been added. nslookup zone transfer commands issued from this computer will now succeed.

Figure 1. Adding a computer to the list for authorized zone transfers


You can access the screen shown in Figure 1 with these steps:

Steps Comments
1. Launch the DNS console from the Administrative Tools menu. Click Start , Administrative Tools , DNS .
2. Expand the server and Forward Lookup Zones. Right-click the zone you want to modify and select Properties . The DNS console remembers the last view so this might be expanded already.
3. Select the Zone Transfers tab. The view will be similar to Figure 6-4 .
4. Ensure Allow Zone Transfers is selected. You can choose to allow zone transfers to any server (not recommended for security reasons), only to servers on the Name Servers tab (DNS servers with an NS record), or to servers that you add. Click the Edit button to add servers if you choose the last option.

2. Using nslookup Without PTR Records

If the DNS server doesn’t have a PTR record for the DNS server, you receive an error when using nslookup. Although this looks serious, it isn’t. You’re still able to determine whether records exist on the DNS server with nslookup.

The following table shows what you see if the DNS server doesn’t include a record for the DNS server but does include an A record for a queried host.

nslookup Responses Without PTR RecordsComments
C:\Users\Administrator>nslookup
Default Server:  UnKnown
Address:  192.168.1.5

In this example, the PTR record for dc1.pearson.pub is deleted. Although the IP address of the DNS server (192.168.1.5) is still known, it can’t resolve the IP address to the name of the DNS server, so the default server is listed as UnKnown.
>web1
Server:  UnKnown
Address:  192.168.1.5
Name:    web1.pearson.pub
Address:  192.168.1.41

However, DNS can still resolve the name (Web1) to an IP address. The results of the Web1 query again show that the name of the DNS server is unknown, but it successfully shows the correct IP address (1921.68.1.41) of the Web1 server. If you’re focused only on seeing whether DNS can resolve Web1 to an IP address, this Unknown response can be ignored. If you’re managing the DNS server, you might want to create the PTR record for the DNS server.

3. Using nslookup Without a Reverse Lookup Zone

nslookup works if a reverse lookup zone doesn’t exist on the DNS server, but it gives some errors. The following table shows what you can expect if the DNS server doesn’t have a reverse lookup zone.

nslookup Responses Without a Reverse Lookup ZoneComments
C:\Users\Administrator>nslookup
DNS request timed out.
    timeout was 2 seconds.
Default Server:  UnKnown
Address:  192.168.1.5

This DNS request timed out looks like you have serious problems, but it just indicates that the reverse lookup zone is deleted. Because reverse lookup zones are optional, this time out message can be ignored. Your system still has an IP address of the DNS server (192.168.1.5 in the example), but it can’t resolve it to a name because the reverse lookup zone (and its associated PTR record) does not exist.
> web1
Server:  UnKnown
Address:  192.168.1.5

Name:    web1.pearson.pub
Address:  192.168.1.41

However, even if the reverse lookup zone doesn’t exist, DNS still resolves the name of hosts to IP addresses (as long as it has the associated A records). This example shows that the name of the DNS server is unknown but it still resolves web1 to the correct IP address.
Other -----------------
- Windows Server 2008 : Using nslookup - Verifying Records with nslookup
- Windows Small Business Server 2011 : Understanding the Update Process (part 2) - Monitoring WSUS Activity
- Windows Small Business Server 2011 : Understanding the Update Process (part 1) - Understanding the WSUS Default Settings, Installing Server Updates Manually
- Windows Small Business Server 2011 : Managing Printers Using the Windows SBS Console
- Windows Small Business Server 2011 : Sharing Printers - Deploying Printers on Clients
- Windows Home Server 2011 : Setting Up a Fax Server (part 3) - Receiving Faxes
- Windows Home Server 2011 : Setting Up a Fax Server (part 2) - Sending a Fax
- Windows Home Server 2011 : Setting Up a Fax Server (part 1) - Configuring a Shared Fax Printer, Configuring the Fax Modem, Starting Windows Fax and Scan
- Windows Home Server 2011 : Controlling Services (part 2) - Controlling Services at the Command Prompt, Controlling Services with a Script
- Windows Home Server 2011 : Controlling Services (part 1) - Controlling Services with the Services Snap-In
- Windows Home Server 2011 : Configuring the Microsoft Management Console (part 2) - Creating a Custom Taskpad View, Controlling Snap-Ins with Group Policies
- Windows Home Server 2011 : Configuring the Microsoft Management Console (part 1) - Adding a Snap-In
- Windows Server 2012 : Monitoring, Tuning, and Troubleshooting Hyper-V - Using VM Monitoring
- Windows Server 2012 : Monitoring, Tuning, and Troubleshooting Hyper-V - Using Perfmon for logged monitoring
- Windows Server 2012 : Monitoring, Tuning, and Troubleshooting Hyper-V - Using real-time monitoring tools
- Windows Server 2008 : Licensing and Activation - Forcing Registration of KMS Server SRV Records, Manually Creating an SRV Record for KMS
- Windows Server 2008 : Licensing and Activation - Managing Activation Tasks with slmgr
- Windows Server 2008 : Migrating Printers with printbrm, Controlling the Print Queue with prnqctl.vbs
- Windows Server 2008 : Publishing Printers to Active Directory with pubprn.vbs
- Windows Small Business Server 2011 : Deploying Network Printers (part 4) - Sharing a Printer
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us